home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / intrvews / xgrab.lha / xgrab / doc / Makefile next >
Makefile  |  1990-03-06  |  521b  |  23 lines

  1. # GRAB Graph Layout and Browser System
  2. # Copyright (c) 1986, 1988 Regents of the University of California
  3. # Copyright (c) 1989, Tera Computer Company
  4.  
  5. # prints the xgrab documentation on the default printer
  6.  
  7. MACRO    = -ms
  8. TPRINTER = -t
  9. LPRINTER = -Plp
  10. TUT    = xgrab_tut.ms
  11. SGMAN    = xgrab_man.ms
  12. INTRO    = xgrab_intro.ms
  13.  
  14. tutorial:
  15.     tbl $(TUT) | troff $(MACRO) $(TPRINTER) | lpr -t $(LPRINTER)
  16.  
  17. xgrab:
  18.     troff $(MACRO) $(TPRINTER) $(SGMAN) | lpr -t $(LPRINTER)
  19.  
  20. intro:
  21.     troff $(MACRO) $(TPRINTER) $(INTRO) | lpr -t $(LPRINTER)
  22.